Class: Aws::Imagebuilder::Errors::ServiceException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Imagebuilder::Errors::ServiceException
- Defined in:
- lib/aws-sdk-imagebuilder/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceException
constructor
A new instance of ServiceException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ServiceException
Returns a new instance of ServiceException.
269 270 271 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 269 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
274 275 276 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 274 def @message || @data[:message] end |