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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (String)


2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2873

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)


2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2873

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)


2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2873

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)


2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2873

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)


2873
2874
2875
2876
2877
2878
2879
2880
2881
# File 'lib/aws-sdk-mainframemodernization/types.rb', line 2873

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