Class: Aws::OpenSearchServerless::Types::EffectiveLifecyclePolicyErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::EffectiveLifecyclePolicyErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchserverless/types.rb
Overview
Error information for an OpenSearch Serverless request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the request.
-
#error_message ⇒ String
A description of the error.
-
#resource ⇒ String
The name of OpenSearch Serverless index resource.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#error_code ⇒ String
The error code for the request.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1196 class EffectiveLifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :resource, :type) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A description of the error. For example, ‘The specified Index resource is not found`.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1196 class EffectiveLifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :resource, :type) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The name of OpenSearch Serverless index resource.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1196 class EffectiveLifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :resource, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1196 1197 1198 1199 1200 1201 1202 1203 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1196 class EffectiveLifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :resource, :type) SENSITIVE = [] include Aws::Structure end |