Class: Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A generic service exception has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception error message.
Instance Attribute Details
#message ⇒ String
The exception error message.
2161 2162 2163 2164 2165 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2161 class ElasticBeanstalkServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |