Class: Aws::ServiceCatalog::Types::ShareError

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

Overview

Errors that occurred during the portfolio share operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accountsArray<String>

List of accounts impacted by the error.

Returns:

  • (Array<String>)


6971
6972
6973
6974
6975
6976
6977
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6971

class ShareError < Struct.new(
  :accounts,
  :message,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#errorString

Error type that happened when processing the operation.

Returns:

  • (String)


6971
6972
6973
6974
6975
6976
6977
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6971

class ShareError < Struct.new(
  :accounts,
  :message,
  :error)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Information about the error.

Returns:

  • (String)


6971
6972
6973
6974
6975
6976
6977
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6971

class ShareError < Struct.new(
  :accounts,
  :message,
  :error)
  SENSITIVE = []
  include Aws::Structure
end