Class: Aws::OpenSearchServerless::Types::ServiceQuotaExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-opensearchserverless/types.rb

Overview

Thrown when you attempt to create more resources than the service allows based on service quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2186

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

#quota_codeString

Service Quotas requirement to identify originating quota.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2186

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

#resource_idString

Identifier of the resource affected.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2186

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

#resource_typeString

Type of the resource affected.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2186

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

#service_codeString

Service Quotas requirement to identify originating service.

Returns:

  • (String)


2186
2187
2188
2189
2190
2191
2192
2193
2194
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2186

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