Class: Aws::Bedrock::Types::AgreementAvailability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AgreementAvailability
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Information about the agreement availability
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Error message.
-
#status ⇒ String
Status of the agreement.
Instance Attribute Details
#error_message ⇒ String
Error message.
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 |
#status ⇒ String
Status of the agreement.
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 |