Class: Aws::Schemas::Errors::ForbiddenException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Schemas::Errors::ForbiddenException
- Defined in:
- lib/aws-sdk-schemas/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#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.
92 93 94 |
# File 'lib/aws-sdk-schemas/errors.rb', line 92 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
97 98 99 |
# File 'lib/aws-sdk-schemas/errors.rb', line 97 def code @code || @data[:code] end |
#message ⇒ String
102 103 104 |
# File 'lib/aws-sdk-schemas/errors.rb', line 102 def @message || @data[:message] end |