Class: Aws::Outposts::Types::NotFoundException

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

Overview

The specified request is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1379
1380
1381
1382
1383
# File 'lib/aws-sdk-outposts/types.rb', line 1379

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