Class: Aws::Types::ServiceAlreadyExists

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creator_request_id::String

Returns the value of attribute creator_request_id.

Returns:

  • (::String)


557
558
559
# File 'sig/types.rbs', line 557

def creator_request_id
  @creator_request_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


556
557
558
# File 'sig/types.rbs', line 556

def message
  @message
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def service_arn
  @service_arn
end

#service_id::String

Returns the value of attribute service_id.

Returns:

  • (::String)


558
559
560
# File 'sig/types.rbs', line 558

def service_id
  @service_id
end