Class: Aws::WorkspacesInstances::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Indicates that a service quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the quota limitation.
-
#quota_code ⇒ String
Specific code for the exceeded quota.
-
#resource_id ⇒ String
Identifier of the resource related to the quota.
-
#resource_type ⇒ String
Type of resource related to the quota.
-
#service_code ⇒ String
Code identifying the service with the quota limitation.
Instance Attribute Details
#message ⇒ String
Description of the quota limitation.
1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Specific code for the exceeded quota.
1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource related to the quota.
1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of resource related to the quota.
1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Code identifying the service with the quota limitation.
1401 1402 1403 1404 1405 1406 1407 1408 1409 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1401 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |