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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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)


38
39
40
41
42
43
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 38

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

#statusString

Status of the agreement.

Returns:

  • (String)


38
39
40
41
42
43
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 38

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