Class: Aws::Bedrock::Types::AgreementAvailability
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AgreementAvailability
- 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
-
#error_message ⇒ String
Error message.
-
#status ⇒ String
Status of the agreement.
Instance Attribute Details
#error_message ⇒ String
Error message.
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 |
#status ⇒ String
Status of the agreement.
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 |