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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-support/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)


158
159
160
161
162
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 158

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