Class: Aws::Artifact::Types::ServiceQuotaExceededException

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

Overview

Request would cause a service quota to be exceeded.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 488

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

#quota_codeString

Code for the affected quota.

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 488

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

#resource_idString

Identifier of the affected resource.

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 488

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

#resource_typeString

Type of the affected resource.

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 488

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

#service_codeString

Code for the affected service.

Returns:

  • (String)


488
489
490
491
492
493
494
495
496
# File 'gems/aws-sdk-artifact/lib/aws-sdk-artifact/types.rb', line 488

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