Class: Aws::States::Types::ServiceQuotaExceededException

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

Overview

The request would cause a service quota to be exceeded.

HTTP Status Code: 402

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3211
3212
3213
3214
3215
# File 'lib/aws-sdk-states/types.rb', line 3211

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