Class: Aws::MediaLive::Errors::InternalServerErrorException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::MediaLive::Errors::InternalServerErrorException
- Defined in:
- gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
constructor
A new instance of InternalServerErrorException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServerErrorException
Returns a new instance of InternalServerErrorException.
126 127 128 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 126 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
131 132 133 |
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/errors.rb', line 131 def @message || @data[:message] end |