Class: Aws::MPA::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb

Overview

The specified resource doesn't exist. Check the resource ID, and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message for the ResourceNotFoundException error.

Returns:

  • (String)


1914
1915
1916
1917
1918
# File 'gems/aws-sdk-mpa/lib/aws-sdk-mpa/types.rb', line 1914

class ResourceNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end