Class: Aws::Odb::Types::SubscriptionError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

A human-readable message that describes the subscription error.

Returns:

  • (String)


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