Class: Aws::SecurityAgent::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::InternalServerException
- 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
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description.
2216 2217 2218 2219 2220 |
# File 'lib/aws-sdk-securityagent/types.rb', line 2216 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |