Class: Aws::GuardDuty::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::GuardDuty::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-guardduty/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
127 128 129 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 127 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
132 133 134 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 132 def @message || @data[:message] end |
#type ⇒ String
137 138 139 |
# File 'lib/aws-sdk-guardduty/errors.rb', line 137 def type @data[:type] end |