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.
62286 62287 62288 62289 62290 62291 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62286 class ResponseError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message, if applicable.
62286 62287 62288 62289 62290 62291 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 62286 class ResponseError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |