Class: Aws::BackupStorage::Errors::NotReadableInputStreamException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::BackupStorage::Errors::NotReadableInputStreamException
- Defined in:
- lib/aws-sdk-backupstorage/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotReadableInputStreamException
constructor
A new instance of NotReadableInputStreamException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotReadableInputStreamException
Returns a new instance of NotReadableInputStreamException.
122 123 124 |
# File 'lib/aws-sdk-backupstorage/errors.rb', line 122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
127 128 129 |
# File 'lib/aws-sdk-backupstorage/errors.rb', line 127 def @message || @data[:message] end |