Class: Aws::EC2::Types::BundleTaskError
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::BundleTaskError
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes an error for BundleInstance.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message.
Instance Attribute Details
#code ⇒ String
The error code.
3626 3627 3628 3629 3630 3631 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3626 class BundleTaskError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
3626 3627 3628 3629 3630 3631 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3626 class BundleTaskError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |