Class: Aws::SNS::Types::NotFoundException

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

Overview

Indicates that the requested resource does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1551
1552
1553
1554
1555
# File 'gems/aws-sdk-sns/lib/aws-sdk-sns/types.rb', line 1551

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