Class: Aws::B2bi::Types::ServiceQuotaExceededException

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

Overview

Occurs when the calling command attempts to exceed one of the service quotas, for example trying to create a capability when you already have the maximum number of capabilities allowed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1345

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

#quota_codeString

The quota that was exceeded, which caused the exception.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1345

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

#resource_idString

The ID for the resource that exceeded the quota, which caused the exception.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1345

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

#resource_typeString

The resource type (profile, partnership, transformer, or capability) that exceeded the quota, which caused the exception.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1345

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

#service_codeString

The code responsible for exceeding the quota, which caused the exception.

Returns:

  • (String)


1345
1346
1347
1348
1349
1350
1351
1352
1353
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1345

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