Method: Aws::Redshift::Types::PartnerIntegrationInfo#status_message
- Defined in:
- lib/aws-sdk-redshift/types.rb
#status_message ⇒ String
The status message provided by the partner.
9308 9309 9310 9311 9312 9313 9314 9315 9316 9317 |
# File 'lib/aws-sdk-redshift/types.rb', line 9308 class PartnerIntegrationInfo < Struct.new( :database_name, :partner_name, :status, :status_message, :created_at, :updated_at) SENSITIVE = [] include Aws::Structure end |