Class: Aws::WellArchitected::Types::ServiceQuotaExceededException

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

Overview

The user has reached their resource quota.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7244

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

#quota_codeString

Service Quotas requirement to identify originating quota.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7244

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7244

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7244

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

#service_codeString

Service Quotas requirement to identify originating service.

Returns:

  • (String)


7244
7245
7246
7247
7248
7249
7250
7251
7252
# File 'gems/aws-sdk-wellarchitected/lib/aws-sdk-wellarchitected/types.rb', line 7244

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