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>)


6175
6176
6177
6178
6179
6180
6181
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6175

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

#errorString

Error type that happened when processing the operation.

Returns:

  • (String)


6175
6176
6177
6178
6179
6180
6181
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6175

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

#messageString

Information about the error.

Returns:

  • (String)


6175
6176
6177
6178
6179
6180
6181
# File 'lib/aws-sdk-servicecatalog/types.rb', line 6175

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