Class: Aws::Odb::Types::SubscriptionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::SubscriptionError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-odb/types.rb
Overview
Information about an error that occurred during the subscription process.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
A human-readable message that describes the subscription error.
Instance Attribute Details
#error_message ⇒ String
A human-readable message that describes the subscription error.
8649 8650 8651 8652 8653 |
# File 'lib/aws-sdk-odb/types.rb', line 8649 class SubscriptionError < Struct.new( :error_message) SENSITIVE = [] include Aws::Structure end |