Class: Aws::EC2InstanceConnect::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2InstanceConnect::Types::ServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2instanceconnect/types.rb
Overview
The service encountered an error. Follow the instructions in the error message and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
264 265 266 267 268 |
# File 'lib/aws-sdk-ec2instanceconnect/types.rb', line 264 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |