Class: Aws::ServiceCatalog::Types::ShareError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ShareError
- 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
-
#accounts ⇒ Array<String>
List of accounts impacted by the error.
-
#error ⇒ String
Error type that happened when processing the operation.
-
#message ⇒ String
Information about the error.
Instance Attribute Details
#accounts ⇒ Array<String>
List of accounts impacted by the error.
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 |
#error ⇒ String
Error type that happened when processing the operation.
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 |
#message ⇒ String
Information about the error.
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 |