Class: Aws::QuickSight::Types::NamespaceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::NamespaceError
- 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
-
#message ⇒ String
The message for the error.
-
#type ⇒ String
The error type.
Instance Attribute Details
#message ⇒ String
The message for the error.
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 |
#type ⇒ String
The error type.
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 |