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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityagent/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)


2907
2908
2909
2910
2911
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2907

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