Class: Aws::CodeGuruSecurity::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::CodeGuruSecurity::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-codegurusecurity/errors.rb
Instance Method Summary collapse
- #error_code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #resource_id ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
132 133 134 |
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 132 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#error_code ⇒ String
137 138 139 |
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 137 def error_code @data[:error_code] end |
#message ⇒ String
142 143 144 |
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 142 def @message || @data[:message] end |
#resource_id ⇒ String
147 148 149 |
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 147 def resource_id @data[:resource_id] end |
#resource_type ⇒ String
152 153 154 |
# File 'lib/aws-sdk-codegurusecurity/errors.rb', line 152 def resource_type @data[:resource_type] end |