Class: Aws::PartnerCentralAccount::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
The specified resource could not be found. This may occur when referencing a resource that does not exist or has been deleted.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The specific reason why the resource was not found.
Instance Attribute Details
#message ⇒ String
2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2200 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The specific reason why the resource was not found.
2200 2201 2202 2203 2204 2205 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2200 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |