Class: Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb

Overview

A generic service exception has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception error message.

Returns:

  • (String)


2161
2162
2163
2164
2165
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2161

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