Class: Aws::Support::Types::AttachmentSetIdNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AttachmentSetIdNotFound
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
An attachment set with the specified ID could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
An attachment set with the specified ID could not be found.
Instance Attribute Details
#message ⇒ String
An attachment set with the specified ID could not be found.
206 207 208 209 210 |
# File 'lib/aws-sdk-support/types.rb', line 206 class AttachmentSetIdNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |