Class: Aws::ECS::Types::LimitExceededException

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

Overview

The limit for the resource was exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message that describes the cause of the exception.

Returns:

  • (String)


8928
8929
8930
8931
8932
# File 'lib/aws-sdk-ecs/types.rb', line 8928

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