Class: Aws::Schemas::Errors::UnauthorizedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Schemas::Errors::UnauthorizedException
- Defined in:
- lib/aws-sdk-schemas/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException
constructor
A new instance of UnauthorizedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnauthorizedException
Returns a new instance of UnauthorizedException.
232 233 234 |
# File 'lib/aws-sdk-schemas/errors.rb', line 232 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
237 238 239 |
# File 'lib/aws-sdk-schemas/errors.rb', line 237 def code @code || @data[:code] end |
#message ⇒ String
242 243 244 |
# File 'lib/aws-sdk-schemas/errors.rb', line 242 def @message || @data[:message] end |