Class: Aws::ResourceExplorer2::Types::ServiceQuotaExceededException

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

Overview

The request failed because it exceeds a service quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1475
1476
1477
1478
1479
1480
1481
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1475

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

#nameString

The name of the service quota that was exceeded by the request.

Returns:

  • (String)


1475
1476
1477
1478
1479
1480
1481
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1475

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

#valueString

The current value for the quota that the request tried to exceed.

Returns:

  • (String)


1475
1476
1477
1478
1479
1480
1481
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1475

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