Class: Aws::Snowball::Types::Ec2RequestFailedException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Snowball::Types::Ec2RequestFailedException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-snowball/types.rb
Overview
Your user lacks the necessary Amazon EC2 permissions to perform the attempted action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1144 1145 1146 1147 1148 |
# File 'lib/aws-sdk-snowball/types.rb', line 1144 class Ec2RequestFailedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |