Class: Aws::OAM::Types::ResourceNotFoundException

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

Overview

The request references a resource that does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amzn_error_typeString

The name of the exception.

Returns:

  • (String)


863
864
865
866
867
868
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 863

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

#messageString

Returns:

  • (String)


863
864
865
866
867
868
# File 'gems/aws-sdk-oam/lib/aws-sdk-oam/types.rb', line 863

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