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
2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2980 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The originating quota.
2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2980 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2980 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2980 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The originating service.
2980 2981 2982 2983 2984 2985 2986 2987 2988 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2980 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |