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
Unexpected server error occurred
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error description.
Instance Attribute Details
#message ⇒ String
Error description
2152 2153 2154 2155 2156 |
# File 'gems/aws-sdk-securityagent/lib/aws-sdk-securityagent/types.rb', line 2152 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |