Class: Aws::ECS::Types::BlockedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecs/types.rb

Overview

Your Amazon Web Services account was blocked. For more information, contact [ Amazon Web Services Support].

[1]: aws.amazon.com/contact-us/

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


456
457
458
459
460
# File 'lib/aws-sdk-ecs/types.rb', line 456

class BlockedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end