Class: Aws::Imagebuilder::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- Errors::ServiceError
- ServiceError
- Aws::Imagebuilder::Errors::ForbiddenException
- Defined in:
- sig/errors.rbs,
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 '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 |
# File 'lib/aws-sdk-imagebuilder/errors.rb', line 127
def message: () -> ::String
|