Class: Aws::QuickSight::Types::FailedSpaceResourceOperation

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

Overview

A resource operation that failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

The error message that describes why the operation failed.

Returns:

  • (String)


20481
20482
20483
20484
20485
20486
20487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20481

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_detailsTypes::SpaceQuickSightResourceDetails

The details of the resource.



20481
20482
20483
20484
20485
20486
20487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20481

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of the resource.

Returns:

  • (String)


20481
20482
20483
20484
20485
20486
20487
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20481

class FailedSpaceResourceOperation < Struct.new(
  :resource_type,
  :resource_details,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end