Class: Aws::MainframeModernization::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mainframemodernization/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

Instance Attribute Details

#messageString

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2842

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

The identifier of the exceeded quota.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2842

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that is exceeding the quota limit.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2842

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource that is exceeding the quota limit for Amazon Web Services Mainframe Modernization.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2842

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

A code that identifies the service that the exceeded quota belongs to.

Returns:

  • (String)


2842
2843
2844
2845
2846
2847
2848
2849
2850
# File 'gems/aws-sdk-mainframemodernization/lib/aws-sdk-mainframemodernization/types.rb', line 2842

class ServiceQuotaExceededException < Struct.new(
  :message,
  :quota_code,
  :resource_id,
  :resource_type,
  :service_code)
  SENSITIVE = []
  include Aws::Structure
end