Class: Aws::Imagebuilder::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Imagebuilder::Errors::ForbiddenException
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
constructor
A new instance of ForbiddenException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ForbiddenException
Returns a new instance of ForbiddenException.
122 123 124 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/errors.rb', line 122 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
127 128 129 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/errors.rb', line 127 def @message || @data[:message] end |