Class: Aws::ChimeSDKMediaPipelines::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKMediaPipelines::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
- #request_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
126 127 128 |
# File 'lib/aws-sdk-chimesdkmediapipelines/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
131 132 133 |
# File 'lib/aws-sdk-chimesdkmediapipelines/errors.rb', line 131 def code @code || @data[:code] end |
#message ⇒ String
136 137 138 |
# File 'lib/aws-sdk-chimesdkmediapipelines/errors.rb', line 136 def @message || @data[:message] end |
#request_id ⇒ String
141 142 143 |
# File 'lib/aws-sdk-chimesdkmediapipelines/errors.rb', line 141 def request_id @data[:request_id] end |