Class: Aws::OpenSearchServerless::Types::LifecyclePolicyErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchServerless::Types::LifecyclePolicyErrorDetail
- 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.
-
#name ⇒ String
The name of the lifecycle policy.
-
#type ⇒ String
The type of lifecycle policy.
Instance Attribute Details
#error_code ⇒ String
The error code for the request. For example, ‘NOT_FOUND`.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1388 class LifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :name, :type) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A description of the error. For example, ‘The specified Lifecycle Policy is not found`.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1388 class LifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :name, :type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the lifecycle policy.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1388 class LifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :name, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of lifecycle policy.
1388 1389 1390 1391 1392 1393 1394 1395 |
# File 'lib/aws-sdk-opensearchserverless/types.rb', line 1388 class LifecyclePolicyErrorDetail < Struct.new( :error_code, :error_message, :name, :type) SENSITIVE = [] include Aws::Structure end |