Class: Aws::AppConfigData::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::AppConfigData::Errors::ResourceNotFoundException
- Defined in:
- lib/aws-sdk-appconfigdata/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
- #message ⇒ String
- #referenced_by ⇒ String
- #resource_type ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
86 87 88 |
# File 'lib/aws-sdk-appconfigdata/errors.rb', line 86 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
91 92 93 |
# File 'lib/aws-sdk-appconfigdata/errors.rb', line 91 def @message || @data[:message] end |
#referenced_by ⇒ String
101 102 103 |
# File 'lib/aws-sdk-appconfigdata/errors.rb', line 101 def referenced_by @data[:referenced_by] end |
#resource_type ⇒ String
96 97 98 |
# File 'lib/aws-sdk-appconfigdata/errors.rb', line 96 def resource_type @data[:resource_type] end |