Class: Aws::Support::Types::AttachmentSetExpired

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The expiration time of the attachment set has passed. The set expires one hour after it is created.

Returns:

  • (String)


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

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