Class: Aws::ControlTower::Types::ServiceQuotaExceededException

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

Overview

The request would cause a service quota to be exceeded. The limit is 10 concurrent operations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1662
1663
1664
1665
1666
# File 'lib/aws-sdk-controltower/types.rb', line 1662

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