Class: Aws::Types::EndpointState

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#status"ACTIVE", "INACTIVE"

Returns the value of attribute status.

Returns:



266
267
268
# File 'sig/types.rbs', line 266

def status
  @status
end

#status_reason"INVALID_DEVICE_TOKEN", "INVALID_PINPOINT_ARN"

Returns the value of attribute status_reason.

Returns:



267
268
269
# File 'sig/types.rbs', line 267

def status_reason
  @status_reason
end