Class: Aws::GlobalAccelerator::Types::AttachmentNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb

Overview

No cross-account attachment was found.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


468
469
470
471
472
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 468

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