Class: Aws::ECS::Types::BlockedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECS::Types::BlockedException
- Defined in:
- gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb
Overview
Your Amazon Web Services account was blocked. For more information, contact Amazon Web Services Support.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Message that describes the cause of the exception.
Instance Attribute Details
#message ⇒ String
Message that describes the cause of the exception.
434 435 436 437 438 |
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 434 class BlockedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |