Class: Aws::Connect::Errors::OutputTypeNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Connect::Errors::OutputTypeNotFoundException
- Defined in:
- lib/aws-sdk-connect/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OutputTypeNotFoundException
constructor
A new instance of OutputTypeNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ OutputTypeNotFoundException
Returns a new instance of OutputTypeNotFoundException.
297 298 299 |
# File 'lib/aws-sdk-connect/errors.rb', line 297 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
302 303 304 |
# File 'lib/aws-sdk-connect/errors.rb', line 302 def @message || @data[:message] end |