Class: Aws::SecurityIR::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityIR::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception message.
-
#quota_code ⇒ String
The code of the quota.
-
#resource_id ⇒ String
The ID of the requested resource which lead to the service quota exception.
-
#resource_type ⇒ String
The type of the requested resource which lead to the service quota exception.
-
#service_code ⇒ String
The service code of the quota.
Instance Attribute Details
#message ⇒ String
The exception message.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The code of the quota.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343 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 requested resource which lead to the service quota exception.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343 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 requested resource which lead to the service quota exception.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of the quota.
1343 1344 1345 1346 1347 1348 1349 1350 1351 |
# File 'gems/aws-sdk-securityir/lib/aws-sdk-securityir/types.rb', line 1343 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |