Class: Aws::GreengrassV2::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GreengrassV2::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-greengrassv2/types.rb
Overview
Your request exceeds a service quota. For example, you might have the maximum number of components that you can create.
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
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2909 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_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
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2909 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that exceeds the service quota.
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2909 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that exceeds the service quota.
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2909 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_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
2909 2910 2911 2912 2913 2914 2915 2916 2917 |
# File 'lib/aws-sdk-greengrassv2/types.rb', line 2909 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |