Class: Aws::Snowball::Types::Ec2RequestFailedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-snowball/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

#messageString

Returns:

  • (String)


1144
1145
1146
1147
1148
# File 'gems/aws-sdk-snowball/lib/aws-sdk-snowball/types.rb', line 1144

class Ec2RequestFailedException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end