Class: Aws::SecurityAgent::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb

Overview

Unexpected server error occurred

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error description

Returns:

  • (String)


2152
2153
2154
2155
2156
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2152

class InternalServerException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end