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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/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)


9360
9361
9362
9363
9364
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 9360

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