Class: Aws::FSx::Types::AccessPointAlreadyOwnedByYou
- Inherits:
-
Struct
- Object
- Struct
- Aws::FSx::Types::AccessPointAlreadyOwnedByYou
- Defined in:
- gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb
Overview
An access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
An error code indicating that an access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.
-
#message ⇒ String
A detailed error message.
Instance Attribute Details
#error_code ⇒ String
An error code indicating that an access point with that name already exists in the Amazon Web Services Region in your Amazon Web Services account.
28 29 30 31 32 33 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 28 class AccessPointAlreadyOwnedByYou < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A detailed error message.
28 29 30 31 32 33 |
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 28 class AccessPointAlreadyOwnedByYou < Struct.new( :error_code, :message) SENSITIVE = [] include Aws::Structure end |