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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


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