Class: Aws::SSMIncidents::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSMIncidents::Types::ServiceQuotaExceededException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmincidents/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
Originating quota code.
-
#resource_identifier ⇒ String
The identifier for the requested resource.
-
#resource_type ⇒ String
The resource type.
-
#service_code ⇒ String
Originating service code.
Instance Attribute Details
#message ⇒ String
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2074 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_identifier, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Originating quota code
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2074 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_identifier, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_identifier ⇒ String
The identifier for the requested resource
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2074 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_identifier, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2074 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_identifier, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Originating service code
2074 2075 2076 2077 2078 2079 2080 2081 2082 |
# File 'lib/aws-sdk-ssmincidents/types.rb', line 2074 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_identifier, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |