Class: Aws::Bedrock::Types::AgreementAvailability

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrock/types.rb

Overview

Information about the agreement availability

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

Error message.

Returns:

  • (String)


121
122
123
124
125
126
# File 'lib/aws-sdk-bedrock/types.rb', line 121

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

#statusString

Status of the agreement.

Returns:

  • (String)


121
122
123
124
125
126
# File 'lib/aws-sdk-bedrock/types.rb', line 121

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