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. See [Service quotas].

[1]: docs.aws.amazon.com/controltower/latest/userguide/request-an-increase.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1885
1886
1887
1888
1889
# File 'lib/aws-sdk-controltower/types.rb', line 1885

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