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

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

Overview

An unexpected error occurred during the processing of your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error description.

Returns:

  • (String)


4699
4700
4701
4702
4703
# File 'lib/aws-sdk-securityagent/types.rb', line 4699

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