Class: Aws::OpenSearchServerless::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::ServiceQuotaExceededException
- 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
-
#message ⇒ String
Description of the error.
-
#quota_code ⇒ String
Service Quotas requirement to identify originating quota.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
Service Quotas requirement to identify originating service.
Instance Attribute Details
#message ⇒ String
Description of the error.
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_code ⇒ String
Service Quotas requirement to identify originating quota.
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_id ⇒ String
Identifier of the resource affected.
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_type ⇒ String
Type of the resource affected.
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_code ⇒ String
Service Quotas requirement to identify originating service.
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 |