Class: Aws::Inspector::Errors::AccessDeniedException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::Inspector::Errors::AccessDeniedException
- Defined in:
- lib/aws-sdk-inspector/errors.rb
Instance Method Summary collapse
- #can_retry ⇒ String
- #error_code ⇒ String
-
#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.
53 54 55 |
# File 'lib/aws-sdk-inspector/errors.rb', line 53 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#can_retry ⇒ String
68 69 70 |
# File 'lib/aws-sdk-inspector/errors.rb', line 68 def can_retry @data[:can_retry] end |
#error_code ⇒ String
63 64 65 |
# File 'lib/aws-sdk-inspector/errors.rb', line 63 def error_code @data[:error_code] end |
#message ⇒ String
58 59 60 |
# File 'lib/aws-sdk-inspector/errors.rb', line 58 def @message || @data[:message] end |