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)


2900
2901
2902
2903
2904
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2900

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