Class: Aws::AgentRegistryControl::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistryControl::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-agentregistrycontrol/types.rb
Overview
The request failed due to an unexpected internal error; the caller may retry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
770 771 772 773 774 |
# File 'lib/aws-sdk-agentregistrycontrol/types.rb', line 770 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |