Class: Aws::Drs::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Drs::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-drs/types.rb
Overview
The request could not be completed because its exceeded the service quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #code ⇒ String
- #message ⇒ String
-
#quota_code ⇒ String
Quota code.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of the resource.
-
#service_code ⇒ String
Service code.
Instance Attribute Details
#code ⇒ String
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Quota code.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service code.
2971 2972 2973 2974 2975 2976 2977 2978 2979 2980 |
# File 'lib/aws-sdk-drs/types.rb', line 2971 class ServiceQuotaExceededException < Struct.new( :code, :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |