Class: Aws::Support::Types::AttachmentSetExpired
- Inherits:
-
Struct
- Object
- Struct
- Aws::Support::Types::AttachmentSetExpired
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-support/types.rb
Overview
The expiration time of the attachment set has passed. The set expires 1 hour after it is created.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The expiration time of the attachment set has passed.
Instance Attribute Details
#message ⇒ String
The expiration time of the attachment set has passed. The set expires one hour after it is created.
192 193 194 195 196 |
# File 'lib/aws-sdk-support/types.rb', line 192 class AttachmentSetExpired < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |