Class: Aws::AgentRegistry::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::InternalServerException
- Defined in:
- gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/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
399 400 401 402 403 |
# File 'gems/aws-sdk-agentregistry/lib/aws-sdk-agentregistry/types.rb', line 399 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |