Class: Aws::SNS::Types::EndpointDisabledException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sns/types.rb

Overview

Exception error indicating endpoint disabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message for endpoint disabled.

Returns:

  • (String)


498
499
500
501
502
# File 'lib/aws-sdk-sns/types.rb', line 498

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