Class: Aws::QuickSight::Types::NamespaceError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Errors that occur during namespace creation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the error.

Returns:

  • (String)


23621
23622
23623
23624
23625
23626
# File 'lib/aws-sdk-quicksight/types.rb', line 23621

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

#typeString

The error type.

Returns:

  • (String)


23621
23622
23623
23624
23625
23626
# File 'lib/aws-sdk-quicksight/types.rb', line 23621

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