Class: Aws::PaymentCryptography::Errors::ResourceNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::PaymentCryptography::Errors::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
constructor
A new instance of ResourceNotFoundException.
-
#resource_id ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ResourceNotFoundException
Returns a new instance of ResourceNotFoundException.
95 96 97 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 95 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#resource_id ⇒ String
100 101 102 |
# File 'gems/aws-sdk-paymentcryptography/lib/aws-sdk-paymentcryptography/errors.rb', line 100 def resource_id @data[:resource_id] end |