Class: Aws::ARCRegionswitch::Types::ResourceNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-arcregionswitch/types.rb

Overview

The specified resource was not found.

HTTP Status Code: 404

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2100
2101
2102
2103
2104
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 2100

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