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)


1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-artifact/types.rb', line 1103

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)


1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-artifact/types.rb', line 1103

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)


1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-artifact/types.rb', line 1103

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)


1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-artifact/types.rb', line 1103

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)


1103
1104
1105
1106
1107
1108
1109
1110
1111
# File 'lib/aws-sdk-artifact/types.rb', line 1103

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