Class: Aws::EC2::Types::ResponseError
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::ResponseError
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Describes the error that's returned when you cannot delete a launch template version.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code.
-
#message ⇒ String
The error message, if applicable.
Instance Attribute Details
#code ⇒ String
The error code.
66980 66981 66982 66983 66984 66985 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66980 class ResponseError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message, if applicable.
66980 66981 66982 66983 66984 66985 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66980 class ResponseError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |