Class: Aws::MediaLive::Errors::UnprocessableEntityException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::MediaLive::Errors::UnprocessableEntityException
- Defined in:
- sig/errors.rbs,
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 |
# File 'lib/aws-sdk-medialive/errors.rb', line 176
def element_path: () -> ::String
|
#error_message ⇒ String
181 |
# File 'lib/aws-sdk-medialive/errors.rb', line 181
def error_message: () -> ::String
|