Class: Aws::WorkSpacesWeb::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
The service quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The originating quota.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
The originating service.
Instance Attribute Details
#message ⇒ String
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3269 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The originating quota.
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3269 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 affected.
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3269 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3269 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The originating service.
3269 3270 3271 3272 3273 3274 3275 3276 3277 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 3269 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |