Class: Aws::MediaLive::Errors::UnprocessableEntityException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MediaLive::Errors::UnprocessableEntityException
- Defined in:
- lib/aws-sdk-medialive/errors.rb
Instance Method Summary collapse
- #element_path ⇒ String
- #error_message ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnprocessableEntityException
constructor
A new instance of UnprocessableEntityException.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnprocessableEntityException
Returns a new instance of UnprocessableEntityException.
171 172 173 |
# File 'lib/aws-sdk-medialive/errors.rb', line 171 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#element_path ⇒ String
176 177 178 |
# File 'lib/aws-sdk-medialive/errors.rb', line 176 def element_path @data[:element_path] end |
#error_message ⇒ String
181 182 183 |
# File 'lib/aws-sdk-medialive/errors.rb', line 181 def @data[:error_message] end |