Class: Aws::CloudWatchLogs::Types::OpenSearchResourceStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

This structure contains information about the status of an OpenSearch Service resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of this resource.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5009

class OpenSearchResourceStatus < Struct.new(
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

A message with additional information about the status of this resource.

Returns:

  • (String)


5009
5010
5011
5012
5013
5014
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 5009

class OpenSearchResourceStatus < Struct.new(
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end