Class: Aws::WorkSpacesThinClient::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
Your request exceeds a service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The code for the quota in [Service Quotas].
-
#resource_id ⇒ String
The ID of the resource that exceeds the service quota.
-
#resource_type ⇒ String
The type of the resource that exceeds the service quota.
-
#service_code ⇒ String
The code for the service in [Service Quotas].
Instance Attribute Details
#message ⇒ String
1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code for the quota in [Service Quotas].
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html
1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that exceeds the service quota.
1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that exceeds the service quota.
1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The code for the service in [Service Quotas].
[1]: docs.aws.amazon.com/servicequotas/latest/userguide/intro.html
1039 1040 1041 1042 1043 1044 1045 1046 1047 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 1039 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |