Class: Aws::NovaAct::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb
Overview
The request would exceed a service quota limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The request would exceed one or more service quotas for your account.
-
#quota_code ⇒ String
The code for the specific quota that was exceeded.
-
#resource_id ⇒ String
The identifier of the resource that exceeded the quota.
-
#resource_type ⇒ String
The type of resource that exceeded the quota.
-
#service_code ⇒ String
The service code for the quota that was exceeded.
Instance Attribute Details
#message ⇒ String
The request would exceed one or more service quotas for your account.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008 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 specific quota that was exceeded.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that exceeded the quota.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that exceeded the quota.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code for the quota that was exceeded.
1008 1009 1010 1011 1012 1013 1014 1015 1016 |
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 1008 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |