Class: Aws::MainframeModernization::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MainframeModernization::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mainframemodernization/types.rb
Overview
One or more quotas for Amazon Web Services Mainframe Modernization exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The identifier of the exceeded quota.
-
#resource_id ⇒ String
The ID of the resource that is exceeding the quota limit.
-
#resource_type ⇒ String
The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.
-
#service_code ⇒ String
A code that identifies the service that the exceeded quota belongs to.
Instance Attribute Details
#message ⇒ String
2858 2859 2860 2861 2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2858 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The identifier of the exceeded quota.
2858 2859 2860 2861 2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2858 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that is exceeding the quota limit.
2858 2859 2860 2861 2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2858 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.
2858 2859 2860 2861 2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2858 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
A code that identifies the service that the exceeded quota belongs to.
2858 2859 2860 2861 2862 2863 2864 2865 2866 |
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2858 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |