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

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


190
191
192
193
194
# File 'gems/aws-sdk-support/lib/aws-sdk-support/types.rb', line 190

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