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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/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)


20742
20743
20744
20745
20746
20747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20742

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

#typeString

The error type.

Returns:

  • (String)


20742
20743
20744
20745
20746
20747
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20742

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