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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


493
494
495
496
497
498
499
500
501
# File 'lib/aws-sdk-artifact/types.rb', line 493

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

#quota_codeString

Code for the affected quota.

Returns:

  • (String)


493
494
495
496
497
498
499
500
501
# File 'lib/aws-sdk-artifact/types.rb', line 493

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

#resource_idString

Identifier of the affected resource.

Returns:

  • (String)


493
494
495
496
497
498
499
500
501
# File 'lib/aws-sdk-artifact/types.rb', line 493

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

#resource_typeString

Type of the affected resource.

Returns:

  • (String)


493
494
495
496
497
498
499
500
501
# File 'lib/aws-sdk-artifact/types.rb', line 493

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

#service_codeString

Code for the affected service.

Returns:

  • (String)


493
494
495
496
497
498
499
500
501
# File 'lib/aws-sdk-artifact/types.rb', line 493

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