Class: Aws::SSMContacts::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMContacts::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmcontacts/types.rb
Overview
Request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Service Quotas requirement to identify originating service.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
Service Quotas requirement to identify originating quota.
Instance Attribute Details
#message ⇒ String
2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2121 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service Quotas requirement to identify originating service
2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2121 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected
2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2121 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected
2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2121 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service Quotas requirement to identify originating quota
2121 2122 2123 2124 2125 2126 2127 2128 2129 |
# File 'lib/aws-sdk-ssmcontacts/types.rb', line 2121 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |