Class: Aws::FSx::Types::AccessPointAlreadyOwnedByYou

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

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.

Returns:

  • (String)


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

#messageString

A detailed error message.

Returns:

  • (String)


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