Class: Aws::ResourceExplorer2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ServiceQuotaExceededException
- 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
- #message ⇒ String
-
#name ⇒ String
The name of the service quota that was exceeded by the request.
-
#value ⇒ String
The current value for the quota that the request tried to exceed.
Instance Attribute Details
#message ⇒ 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 |
#name ⇒ String
The name of the service quota that was exceeded by the request.
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 |
#value ⇒ String
The current value for the quota that the request tried to exceed.
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 |