Class: Aws::FSx::Types::S3AccessPointAttachmentNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::S3AccessPointAttachmentNotFound
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
The access point specified was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#message ⇒ String
A detailed error message.
8437 8438 8439 8440 8441 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 8437 class S3AccessPointAttachmentNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |