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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2089 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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2089 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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2089 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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2089 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.
2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 2089 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |