Class: Aws::PartnerCentralAccount::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Returns:

  • (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

#reasonString

The specific reason why the resource was not found.

Returns:

  • (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