Class: Aws::GlobalAccelerator::Types::AttachmentNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AttachmentNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
No cross-account attachment was found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
468 469 470 471 472 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 468 class AttachmentNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |