Class: Aws::ChimeSDKIdentity::Errors::NotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ChimeSDKIdentity::Errors::NotFoundException
- Defined in:
- lib/aws-sdk-chimesdkidentity/errors.rb
Instance Method Summary collapse
- #code ⇒ String
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
constructor
A new instance of NotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NotFoundException
Returns a new instance of NotFoundException.
111 112 113 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 111 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#code ⇒ String
116 117 118 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 116 def code @code || @data[:code] end |
#message ⇒ String
121 122 123 |
# File 'lib/aws-sdk-chimesdkidentity/errors.rb', line 121 def @message || @data[:message] end |