Class: Aws::AppTest::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb

Overview

One or more quotas for AWS Application Testing exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2297

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

#quota_codeString

The quote codes of AWS Application Testing that exceeded the limit.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2297

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

#resource_idString

The resource ID of AWS Application Testing that exceeded the limit.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2297

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

#resource_typeString

The resource type of AWS Application Testing that exceeded the limit.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2297

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

#service_codeString

The service code of AWS Application Testing that exceeded the limit.

Returns:

  • (String)


2297
2298
2299
2300
2301
2302
2303
2304
2305
# File 'gems/aws-sdk-apptest/lib/aws-sdk-apptest/types.rb', line 2297

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