Class: Aws::Support::Types::AttachmentIdNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AttachmentIdNotFound
- 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
-
#message ⇒ String
An attachment with the specified ID could not be found.
Instance Attribute Details
#message ⇒ String
An attachment with the specified ID could not be found.
160 161 162 163 164 |
# File 'lib/aws-sdk-support/types.rb', line 160 class AttachmentIdNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |