Class: Aws::AgentRegistry::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AgentRegistry::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
354 355 356 357 358 |
# File 'lib/aws-sdk-agentregistry/types.rb', line 354 class InternalServerException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |