Class: Aws::ECS::Types::ServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::ServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecs/types.rb
Overview
These errors are usually caused by a server issue.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7578 7579 7580 7581 |
# File 'lib/aws-sdk-ecs/types.rb', line 7578 class ServerException < Struct.new( :message) include Aws::Structure end |