Class: Aws::CloudWatchEvidently::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CloudWatchEvidently::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-cloudwatchevidently/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
constructor
A new instance of AccessDeniedException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ AccessDeniedException
Returns a new instance of AccessDeniedException.
50 51 52 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 50 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
55 56 57 |
# File 'lib/aws-sdk-cloudwatchevidently/errors.rb', line 55 def @message || @data[:message] end |