Class: Aws::SecurityAgent::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityAgent::Types::InternalServerException
- 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
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description.
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 |