Class: Aws::Support::Types::AttachmentIdNotFound

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

Overview

An attachment with the specified ID could not be found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

An attachment with the specified ID could not be found.

Returns:

  • (String)


190
191
192
193
194
# File 'lib/aws-sdk-support/types.rb', line 190

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