Class: Aws::AccountAccess::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccountAccess::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb
Overview
The specified resource does not exist. Verify that the resource identifier is correct and that the resource exists in the current Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
834 835 836 837 838 |
# File 'gems/aws-sdk-accountaccess/lib/aws-sdk-accountaccess/types.rb', line 834 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |