Method: Aws::OpenSearchService::Types::OutboundConnectionStatus#message
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
#message ⇒ String
Verbose information for the outbound connection.
6019 6020 6021 6022 6023 6024 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 6019 class OutboundConnectionStatus < Struct.new( :status_code, :message) SENSITIVE = [] include Aws::Structure end |